Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update pybind11 git URL to the working one #313

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

flyingmutant
Copy link

$ git clone https://github.com/pybind/pybind11/
Cloning into 'pybind11'...
ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

```
$ git clone https://github.com/pybind/pybind11/
Cloning into 'pybind11'...
ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
````
@flyingmutant flyingmutant changed the title Update pybind11 git URL to the working one fix: update pybind11 git URL to the working one Aug 23, 2019
@maltemoeser
Copy link
Member

Hmm that shouldn't be necessary, it works fine for me:

➜ git clone https://github.com/pybind/pybind11/
Cloning into 'pybind11'...
remote: Enumerating objects: 11253, done.
remote: Total 11253 (delta 0), reused 0 (delta 0), pack-reused 11253
Receiving objects: 100% (11253/11253), 4.14 MiB | 10.30 MiB/s, done.
Resolving deltas: 100% (7598/7598), done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants